翻訳と辞書
Words near each other
・ Infinite group
・ Infinite Guitar
・ Infinite H
・ Infinite Ideas
・ Infinite impulse response
・ Infinite in All Directions
・ Infinite Interactive
・ Infinite Jest
・ Infinite Jest (album)
・ Infinite Joy
・ Infinite justice
・ Infinite Justice (film)
・ Infinite Kiss
・ Infinite Life Sutra
・ Infinite Light
Infinite loop
・ Infinite Loop (book)
・ Infinite Loop (street)
・ Infinite loop space machine
・ Infinite Love
・ Infinite Love (disambiguation)
・ Infinite Love Songs
・ Infinite Man
・ Infinite Mass
・ Infinite MHz
・ Infinite monkey theorem
・ Infinite monkey theorem in popular culture
・ Infinite Monkeys
・ Infinite Possibilities
・ Infinite product


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Infinite loop : ウィキペディア英語版
Infinite loop

An infinite loop (or endless loop) is a sequence of instructions in a computer program which loops endlessly, either due to the loop having no terminating condition, having one that can never be met, or one that causes the loop to start over. In older operating systems with cooperative multitasking, infinite loops normally caused the entire system to become unresponsive. With the now-prevalent preemptive multitasking model, infinite loops usually cause the program to consume all available processor time, but can usually be terminated by the user. Busy wait loops are also sometimes called "infinite loops". One possible cause of a computer "freezing" is an infinite loop; others include thrashing, deadlock, and ]s.
==Intended vs unintended looping==
Looping is repeating a set of instructions until a specific condition is met. An infinite loop occurs when the condition will never be met, due to some inherent characteristic of the loop.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Infinite loop」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.